SftTree/NET 2.0

ScrollLeft Method, SftTree Class

Softel vdm, Inc.

Scrolls the items in the item area to the left.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Sub ScrollLeft( ByVal fLeftPane As Boolean )

C#   

public void ScrollLeft( bool fLeftPane );

C++   

public: void ScrollLeft( bool fLeftPane );

fLeftPane

Defines whether the left pane (True) or right pane (False) is scrolled.

Comments

The ScrollLeft method scrolls the items in the item area to the left.

Scrolling left/right is identical to changing the HorizontalOffset and HorizontalOffsetRight properties.

The ScrollLeft method scrolls by 1/10 of the width of the selected pane.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com